home *** CD-ROM | disk | FTP | other *** search
-
-
-
- StripCR
- -------
-
- © 2002 Alfred Faust
-
- Freeware
-
- a small tool to strip the UNIX/MSDOS-style carriage return from a given
- ascii-file
-
- ***********************************************************************
-
- I've written this tool, because I could not find a similar handy one in
- the AMINET, and I needed one for my programming work.
-
- I have had gotten the material for the Freetype-project from the
- Internet. This was made in UNIX-style with CR at the end of EACH
- text-line - also in the include-files. My compiler (SAS/C) doesn't
- accept this and react at each line with a error-message.
-
- ***********************************************************************
-
- The usage is very simple:
-
- Doubleclick the icon or call the program in the CLI with StripCR.
-
- The program ask first with a asl-requester for the destination
- directory, where the file(s) shall be stored in, after they are
- CR-cleaned.
-
- After that a asl-requester for the file(s) for working on is opened.
- Here you may choose:
-
- - a single file
- - a selection with a given pattern
- - a selection with the mouse while pressing the shift-key
- - all files
-
- After clicking OK the StripCR begins it's work. It will give you a
- message, on wich file it is just working, if you had choosen more than
- one file.
-
- If the source-directory is the same like the destination-directory, the
- original file will not be overwritten. The destination-files have a "2"
- at the end appended.
-
- Example: RAM:mytext.h ---> RAM:mytext.h2
-
- If the work is done StripCR will ask you, if you want exit the program
- or work away on other files.
-
- The use is very simple and (I mean) handy.
-
- Disclaimer:
-
- I'll not held liable if there are some faults or damages in your files
- after using StripCR.
-
- Use the program for free, but on your own risk.
-
- I include the source. It may be a example for using asl-requesters with
- multiselection and more.
-
- Alfred Faust
- <alfred.j.faust@gmx.de>
-
-
-